VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Processing Namespace / ProcessingHelper Class / CreateCollectorResultsAnalyzer Methods / CreateCollectorResultsAnalyzer<TTarget,TCollectorTarget,TValue>(String,AnalyzerResultCollector<TCollectorTarget,TValue>,IProcessingCommand<IEnumerable<TValue>>[]) Method
Синтаксис Требования Смотрите также
В этом разделе
    CreateCollectorResultsAnalyzer<TTarget,TCollectorTarget,TValue>(String,AnalyzerResultCollector<TCollectorTarget,TValue>,IProcessingCommand<IEnumerable<TValue>>[]) Метод (ProcessingHelper)
    В этом разделе
    Создает исполнителя, который выполняет обработку результатов, собранных указанным сборщиком результатов.
    Синтаксис
    'Declaration
    
    Public Overloads Shared Function CreateCollectorResultsAnalyzer<TTarget
    The type of the target.
    ,TCollectorTarget
    The type of the collector target.
    ,TValue
    The type of the value.
    >( _
    ByVal name
    Имя исполнителя.
    As System.String, _
    ByVal collector
    Сборщик результатов.
    As Vintasoft.Imaging.Processing.Analyzers.AnalyzerResultCollector(Of TTarget,TValue), _
    ByVal ParamArray processingCommands
    Команды обработки для обработки результатов.
    As IProcessingCommand(Of TTarget) _
    ) As IProcessingCommand(Of TTarget) (Of TTarget
    The type of the target.
    , TCollectorTarget
    The type of the collector target.
    , TValue
    The type of the value.
    )

    Parameters

    name
    Имя исполнителя.
    collector
    Сборщик результатов.
    processingCommands
    Команды обработки для обработки результатов.

    Type Parameters

    TTarget
    The type of the target.
    TCollectorTarget
    The type of the collector target.
    TValue
    The type of the value.

    Return Value

    Новый экземпляр класса CollectedAnalyzerResultExecutor<TTarget,TCollectorTarget,TValue>.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также